home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-SPAR.{_A / ENVCTRL.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  426b  |  18 lines

  1. /* $Id: envctrl.h,v 1.1 1998/05/16 17:26:07 ecd Exp $
  2.  *
  3.  * envctrl.h: Definitions for access to the i2c environment
  4.  *            monitoring on Ultrasparc systems.
  5.  *
  6.  * Copyright (C) 1998  Eddie C. Dost  (ecd@skynet.be)
  7.  */
  8.  
  9. #ifndef _SPARC64_ENVCTRL_H
  10. #define _SPARC64_ENVCTRL_H 1
  11.  
  12. #include <linux/ioctl.h>
  13.  
  14. #define I2CIOCSADR _IOW('p', 0x40, int)
  15. #define I2CIOCGADR _IOR('p', 0x41, int)
  16.  
  17. #endif /* !(_SPARC64_ENVCTRL_H) */
  18.